projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a27d94
)
* url-parse.el (url-path-and-query): Minor doc fix.
author
Chong Yidong
<cyd@gnu.org>
Sat, 17 Nov 2012 06:48:51 +0000
(14:48 +0800)
committer
Chong Yidong
<cyd@gnu.org>
Sat, 17 Nov 2012 06:48:51 +0000
(14:48 +0800)
lisp/url/url-parse.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-parse.el
b/lisp/url/url-parse.el
index cb61a0212519513cd77c0496722b2fd0b6903b3e..2efabed5cd85d51b05eb68764ba8e3c9d8a13512 100644
(file)
--- a/
lisp/url/url-parse.el
+++ b/
lisp/url/url-parse.el
@@
-48,7
+48,7
@@
(defun url-path-and-query (urlobj)
"Return the path and query components of URLOBJ.
-These two components are store together in the FILENAME slot of
+These two components are store
d
together in the FILENAME slot of
the object. The return value of this function is (PATH . QUERY),
where each of PATH and QUERY are strings or nil."
(let ((name (url-filename urlobj))